home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / networking / 1249 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.6 KB

  1. Path: arlut.utexas.edu!khan!jerry
  2. From: jerry@arlut.utexas.edu (Jerry Heyman)
  3. Newsgroups: comp.sys.amiga.networking
  4. Subject: Re: AmiWin and Netscape
  5. Date: 9 Feb 1996 23:55:17 GMT
  6. Organization: UT Applied Research Laboratories
  7. Message-ID: <4fgmt5$4l@ns1.arlut.utexas.edu>
  8. References: <816.6613T926T2711@cris.com>
  9. NNTP-Posting-Host: khan.arlut.utexas.edu
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. CS Wagner (kainaw@cris.com) wrote:
  13. : I think I'm preparing myself for another headache...
  14.  
  15. : I happened to see someone mention running Netscape on AmiWin. I can install
  16. : AmiWIn without problems if need be, but what's this about Netscape. AmiWin is
  17. : an X11 emulatoer according to the docs. Does this mean it can actually run the
  18. : programs on the Amiga or it can display a program running on a separate
  19. : machine? If the Amiga can run the program, what version of Netscape is needed?
  20.  
  21. Actually AmiWin is an X11 server written for the Amiga.  It run native -
  22. meaning that you don't need to switch operating systems to run it.  Having
  23. said that, you need to understand exactly what an X11 server is.
  24.  
  25. In the X11 nomenclature, an X11 server is the software part that does the
  26. display control.  A client is the application that sends display information
  27. to a server so that the user can actually see what is being done.
  28.  
  29. Having said this, Netscape is a client application.  That means in order
  30. to see it on AmiWin, you will have to run it on another machine and then
  31. redirect (via the -display option) the output to the X11 server that you
  32. wish to use - in this case AmiWin.
  33.  
  34. Example:
  35.  
  36.   I start AmiWin on my A3000 (via the 'startx' command)
  37.   I give other machines the ability to write to my server (via 'xhost +')
  38.   I then log into a Unix machine on my network
  39.   On the Unix machine I issue the following command -
  40.  
  41.        $ netscape -display heyman:0.0 &
  42.  
  43. This tells the Unix box to run the netscape executable, but to direct all
  44. the output to the X11 server known as heyman:0.
  45.  
  46. While somewhat cryptic, I hope its a little bit clearer.
  47.  
  48. :         -Kainaw
  49.  
  50. : -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  51. : =-=-= Email: Kainaw@cris.com -=- WWW: HTTP://www.cris.com/~Kainaw =-=-=
  52. : -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  53. : =- Amiga Internet Guide: HTTP://www.cris.com/~Kainaw/tcp/index.shtml -=
  54. : -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  55.  
  56. jerry
  57. --
  58. Jerry Heyman                   | jerry@arlut.utexas.edu
  59. Tactical Simulation Division   | http://www.arlut.utexas.edu/~jerry/main.html
  60. Applied Research Laboratories of UT Austin | "Software is the difference
  61. P.O. Box 8029, Austin, TX 78713-8029       |     between hardware and reality"
  62.